projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93bb512
)
(tempo-insert-template): Fix 2005-07-16 change.
author
Juri Linkov
<juri@jurta.org>
Fri, 22 Jul 2005 18:44:45 +0000
(18:44 +0000)
committer
Juri Linkov
<juri@jurta.org>
Fri, 22 Jul 2005 18:44:45 +0000
(18:44 +0000)
lisp/tempo.el
patch
|
blob
|
history
diff --git
a/lisp/tempo.el
b/lisp/tempo.el
index 915d3a430d80a13889fe15e4f08179791ebf0e20..282885e2d6557284a2359b4fa5bb391bb6972c13 100644
(file)
--- a/
lisp/tempo.el
+++ b/
lisp/tempo.el
@@
-303,7
+303,7
@@
mode, ON-REGION is ignored and assumed true if the region is active."
transient-mark-mode
mark-active)
(if (featurep 'xemacs)
-
zmacs-regions (mark
)))
+
(and zmacs-regions (mark)
)))
(setq on-region t))
(and on-region
(set-marker tempo-region-start (min (mark) (point)))